| 1. | Generates code for the specified method return statement 为指定的方法返回语句生成代码。 |
| 2. | The procedure then returns the variable on the return statement 然后,存储过程将在return语句中返回变量。 |
| 3. | A return statement of return abooklocal needs to be added to the end of the method body 的返回声明需要被添加到方法体的末尾。 |
| 4. | Both accessors return void , so any return statement must not return a value 两个访问器都返回void ,因此所有返回语句都不能返回值。 |
| 5. | Placing an instruction after a return statement ensures that it will never be executed 在返回语句后放一条指令确保了它不会被执行。 |
| 6. | The body of a function may only contain a series of variable declarations and a return statement 函数体可以仅包含一组变量声明和一个返回语句。 |
| 7. | In the getenumerator method , the values of the array are returned using the yield return statement 在getenumerator方法中,使用yield return语句返回数组的值。 |
| 8. | The compiler implements the multiply expression in the return statement as a series of shift and )编译differ . c时,编译器将返回语句中的乘法表达式实现为一系列移位指令和 |
| 9. | Return statement terminates execution of the method in which it appears and returns control to the calling method 语句终止它出现在其中的方法的执行并将控制返回给调用方法。 |
| 10. | The compiler implements the multiply expression in the return statement explicitly as a multiply to produce a short but slower sequence of code )编译differ . c时,编译器将返回语句中的乘法表达式显式实现为乘法,以产生短小但较慢的代码序列: |